home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global counter
- set counter to 3 * 12
- set the mouseUpScript to "escaper"
- set the preLoadEventAbort to 1
- preLoadCast(1, 10)
- cursor(200)
- updateStage()
- cursor(200)
- updateStage()
- end
-
- on stopMovie
- set the keyDownScript to EMPTY
- set the mouseUpScript to EMPTY
- end
-
- on escaper
- puppetPalette("Black")
- puppetSound(0)
- updateStage()
- puppetPalette(0)
- go(1, "PRELUDE")
- end
-